home *** CD-ROM | disk | FTP | other *** search
- #
- # Watcom makefile for MAILER [Win32]
- # Requires SEE32.DLL & SEE32.LIB
- #
- # To use: "wmake -f mailer32._w_"
- #
-
- CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
-
- mailer.exe : mailer.obj see32.lib
- wlink d all SYS nt op m op maxe=25 op q op symf @mailer32.lnk
-
- mailer.obj : mailer.c
- wcc386 mailer.c $(CCFLAGS)
-
-
-